home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Utilities / Post / Source / post_inline.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-20  |  1.5 KB  |  55 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_PSBASE_H
  4. #define _INLINE_PSBASE_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef PSBASE_BASE_NAME
  11. #define PSBASE_BASE_NAME PSbase
  12. #endif /* !PSBASE_BASE_NAME */
  13.  
  14. #define PSallocvm(arec, size) \
  15.     LP2(0x42, unsigned, PSallocvm, int, arec, a0, int, size, d0, \
  16.     , PSBASE_BASE_NAME)
  17.  
  18. #define PScreateact(parm) \
  19.     LP1(0x1e, int, PScreateact, struct PSparm *, parm, a1, \
  20.     , PSBASE_BASE_NAME)
  21.  
  22. #define PSdeleteact(arec) \
  23.     LP1NR(0x24, PSdeleteact, int, arec, a0, \
  24.     , PSBASE_BASE_NAME)
  25.  
  26. #define PSerror(arec, errnum) \
  27.     LP2NR(0x3c, PSerror, int, arec, a0, int, errnum, d0, \
  28.     , PSBASE_BASE_NAME)
  29.  
  30. #define PSerrstr(arec, errnum) \
  31.     LP2(0x54, char    *, PSerrstr, int, arec, a0, int, errnum, d0, \
  32.     , PSBASE_BASE_NAME)
  33.  
  34. #define PSintstring(arec, string, length, flags) \
  35.     LP4(0x2a, int, PSintstring, int, arec, a0, char *, string, a1, int, length, d0, int, flags, d1, \
  36.     , PSBASE_BASE_NAME)
  37.  
  38. #define PSsetdevice(arec, page) \
  39.     LP2NR(0x4e, PSsetdevice, int, arec, a0, struct PSdevice *, page, a1, \
  40.     , PSBASE_BASE_NAME)
  41.  
  42. #define PSsignalfpe(arec) \
  43.     LP1NR(0x36, PSsignalfpe, int, arec, a0, \
  44.     , PSBASE_BASE_NAME)
  45.  
  46. #define PSsignalint(arec, flag) \
  47.     LP2NR(0x30, PSsignalint, int, arec, a0, int, flag, d0, \
  48.     , PSBASE_BASE_NAME)
  49.  
  50. #define PSvreftoptr(arec, vref) \
  51.     LP2(0x48, void    *, PSvreftoptr, int, arec, a0, unsigned, vref, d0, \
  52.     , PSBASE_BASE_NAME)
  53.  
  54. #endif /* !_INLINE_PSBASE_H */
  55.